Hi, yes, I am currently testing with Service with the “Integration Key” ending with “2070” (I tried the other one as well with same result). Currently I am using Postman to test and am setting “routing_key” to the integration key value as part of my payload, which looks as follow (copied from example provided here: https://developer.pagerduty.com/api-reference/368ae3d938c9e-send-an-event-to-pager-duty)
{
“payload”: {
“summary”: “DISK at 99% on machine prod-datapipe03.example.com”,
“timestamp”: “2015-07-17T08:42:58.315+0000”,
“severity”: “critical”,
“source”: “prod-datapipe03.example.com”,
“component”: “mysql”,
“group”: “prod-datapipe”,
“class”: “disk”,
“custom_details”: {
“free space”: “1%”,
“ping time”: “1500ms”,
“load avg”: 0.75
}
},
“routing_key”: “xxx2070”,
“dedup_key”: “srv01/mysql123”,
“event_action”: “trigger”,
“client”: “Sample Monitoring Service”,
“client_url”: “https://monitoring.service.com”,
“links”: [
{
“href”: “http://pagerduty.example.com”,
“text”: “An example link.”
}
],
“images”: [
{
“src”: “https://chart.googleapis.com/chart?chs=600x400&chd=t:6,2,9,5,2,5,7,4,8,2,1&cht=lc&chds=a&chxt=y&chm=D,0033FF,0,0,5,1”,
“href”: “https://google.com”,
“alt”: “An example link with an image”
}
]
}